Release 10.1A: OpenEdge Development:
Progress 4GL Reference
RADIO-SET phrase
Describes a radio set representation for a field or variable. The RADIO-SET phrase is an option of the VIEW-AS phrase.
Note: Does not apply to SpeedScript programming.Syntax
HORIZONTALSpecifies that the radio buttons are aligned horizontally. Vertical alignment is the default.
VERTICALSpecifies that the radio buttons are aligned vertically. Because this is the default alignment, you do not have to supply this attribute.
EXPANDPads all button labels to be the width of the widest radio button label. This ensures that the buttons are evenly spaced. Use this option only in conjunction with the HORIZONTAL option. If you do not specify this option, the individual radio buttons are spaced evenly if the lengths of the labels vary.
size-phraseSpecifies the outside dimensions of the radio-set widget. This is the syntax for size-phrase:
For further information, see the SIZE phrase reference entry.
RADIO-BUTTONSlabel,value[ ,label,value] . . .A list of radio buttons whose selections are mutually exclusive. Each button is composed of a label and value pair. The
labelis a character string that is the label for the radio button. Thevalueis the value to be assigned to the field or variable if the radio button is selected;valuemust be a valid value for the field or variable.You can designate a character within each
Note: If two or more buttons of a radio set use the same label, the Progress 4GL uses only the value of the first button.labelas a navigation mnemonic in Windows. Indicate the character by preceding it with an ampersand (&). When the radio set is displayed, the mnemonic is underlined. The user can choose to the specific button by pressing ALT and the underlined letter.TOOLTIPtooltipAllows you to define a help text message for a text field or text variable. Progress automatically displays this text when the user pauses the mouse button over a text field or text variable for which a tooltip is defined.
You can add or change the TOOLTIP option at any time. If TOOLTIP is set to "" or the Unknown value (
Example?), then the tooltip is removed. No tooltip is the default. The TOOLTIP option is supported in Windows only.This procedure displays a radio set that consists of three radio buttons and prompts the user to select one of the buttons. When the user selects the button, the program displays the text “This event occurred on” and the date value of selected button.
See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |